home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _70F1956EEC3F4D5A98CE8EE6EA9F24B0 < prev    next >
Encoding:
Text File  |  2000-03-27  |  517 b   |  23 lines

  1. // Generic clockwise door 90 degree swing
  2.  
  3. #include "../common/header.ds"
  4.  
  5. output "p:/base/ds/common"
  6.  
  7. /////////////////////////////////////////////////////////////
  8. // Define
  9.  
  10. // Actors
  11. parameter entity door_cw    // Two doors, clockwise and counter-cw
  12.  
  13. /////////////////////////////////////////////////////////////
  14. // Assign
  15.  
  16. // door_cw.movetype = MOVETYPE_NOCLIP
  17.  
  18. /////////////////////////////////////////////////////////////
  19. // Action
  20.  
  21. moverotate entity door_cw from file "generic_door_cw.rof"
  22.  
  23.